Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add tunnelPort to cilium config #46

Merged
merged 1 commit into from
Feb 26, 2024
Merged

add tunnelPort to cilium config #46

merged 1 commit into from
Feb 26, 2024

Conversation

jgilfoil
Copy link
Owner

this is in response to a post in home-cluster discord about having issues with cilum blocking vxlan traffic. I'm having some kind of communication issue with th gateway-init pods that are injected into pods when attempting to come online.

this is in response to a post in home-cluster discord about having issues with cilum blocking vxlan traffic. I'm having some kind of communication issue with th gateway-init pods that are injected into pods when attempting to come online.
Copy link

--- kubernetes/apps/kube-system/cilium/app Kustomization: flux-system/cilium HelmRelease: kube-system/cilium

+++ kubernetes/apps/kube-system/cilium/app Kustomization: flux-system/cilium HelmRelease: kube-system/cilium

@@ -129,7 +129,8 @@

         - SETGID
         - SETUID
         cleanCiliumState:
         - NET_ADMIN
         - SYS_ADMIN
         - SYS_RESOURCE
+    tunnelPort: 8469
 

Copy link

--- HelmRelease: kube-system/cilium ConfigMap: kube-system/cilium-config

+++ HelmRelease: kube-system/cilium ConfigMap: kube-system/cilium-config

@@ -33,12 +33,13 @@

   bpf-lb-external-clusterip: 'false'
   preallocate-bpf-maps: 'false'
   sidecar-istio-proxy-image: cilium/istio_proxy
   cluster-name: home-kubernetes
   cluster-id: '1'
   routing-mode: native
+  tunnel-port: '8469'
   service-no-backend-response: reject
   enable-l7-proxy: 'true'
   enable-ipv4-masquerade: 'true'
   enable-ipv4-big-tcp: 'false'
   enable-ipv6-big-tcp: 'false'
   enable-ipv6-masquerade: 'true'
--- HelmRelease: kube-system/cilium DaemonSet: kube-system/cilium

+++ HelmRelease: kube-system/cilium DaemonSet: kube-system/cilium

@@ -16,13 +16,13 @@

     rollingUpdate:
       maxUnavailable: 2
     type: RollingUpdate
   template:
     metadata:
       annotations:
-        cilium.io/cilium-configmap-checksum: 8fa343ce1819e13778427ee00914e56ea6c72569f665185b82e10a1ac8807723
+        cilium.io/cilium-configmap-checksum: 8c16b577191570f70e8fa35292127c0e157e828ca0d315b29741b5bd42fffff0
         container.apparmor.security.beta.kubernetes.io/cilium-agent: unconfined
         container.apparmor.security.beta.kubernetes.io/clean-cilium-state: unconfined
         container.apparmor.security.beta.kubernetes.io/mount-cgroup: unconfined
         container.apparmor.security.beta.kubernetes.io/apply-sysctl-overwrites: unconfined
       labels:
         k8s-app: cilium
--- HelmRelease: kube-system/cilium Deployment: kube-system/cilium-operator

+++ HelmRelease: kube-system/cilium Deployment: kube-system/cilium-operator

@@ -20,13 +20,13 @@

       maxSurge: 25%
       maxUnavailable: 100%
     type: RollingUpdate
   template:
     metadata:
       annotations:
-        cilium.io/cilium-configmap-checksum: 8fa343ce1819e13778427ee00914e56ea6c72569f665185b82e10a1ac8807723
+        cilium.io/cilium-configmap-checksum: 8c16b577191570f70e8fa35292127c0e157e828ca0d315b29741b5bd42fffff0
       labels:
         io.cilium/app: operator
         name: cilium-operator
         app.kubernetes.io/part-of: cilium
         app.kubernetes.io/name: cilium-operator
     spec:

@jgilfoil jgilfoil merged commit a659a83 into main Feb 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant